Q3HighlightStyle_Get
You can use theQ3HighlightStyle_Get
function to get the highlight style value of a highlight style.
TQ3Status Q3HighlightStyle_Get ( TQ3StyleObject highlight, TQ3AttributeSet *highlightAttribute);
highlight
- A highlight style object.
highlightAttribute
- On exit, a pointer to the attribute set of the specified highlight style object.
DESCRIPTION
TheQ3HighlightStyle_Get
function returns, in thehighlightAttribute
parameter, a pointer to the current attribute set of the style object specified by thehighlight
parameter.